home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_33.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  373 b   |  13 lines

  1. on enterFrame
  2.   set startBall to 4
  3.   set genealogieBall to startBall + 2
  4.   set reseauxBall to startBall + 7
  5.   set ordinateurBall to startBall + 8
  6.   set internetBall to startBall + 9
  7.   set the ink of sprite reseauxBall to 37
  8.   set the ink of sprite ordinateurBall to 37
  9.   set the ink of sprite internetBall to 37
  10.   updateStage()
  11.   depuppetize(reseauxBall, internetBall)
  12. end
  13.